home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / citta / mi095.dir / 00081_Script_81 < prev    next >
Text File  |  1983-01-27  |  409b  |  17 lines

  1. on exitFrame
  2.   
  3.   sopra "articolo",16
  4.   
  5.   global AUDIO,pallina
  6.   SET AUDIO TO 119
  7.   set pallina to 121
  8.   set the castnum of sprite 40 to 119
  9.   set the castnum of sprite 41 to 121  
  10.   SET THE CURSOR OF SPRITE 16 TO 3
  11.   set the visible of sprite 15 to true
  12.   set the visible of sprite 16 to true
  13.   set the visible of sprite 20 to true
  14.   set the visible of sprite 21 to true
  15.   updatestage
  16.   
  17. end